DescribePropertyUserDetail
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Sas/DescribePropertyUserDetail
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
IsRoot | BODY | string | No | No sample value for this parameter. | whether to root permission account, value range: 1: means yes 0: indicates no |
User | BODY | string | No | No sample value for this parameter. | user account name. |
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records per page in the returned result. default value: 20 |
Ip | BODY | string | No | No sample value for this parameter. | host asset IP. |
version | BODY | string | No | 2016-01-01 | version of api |
GroupId | BODY | long | No | No sample value for this parameter. | asset group ID. |
Remark | BODY | string | No | No sample value for this parameter. | host asset IP or instance name. description supports fuzzy matching. |
Uuid | BODY | string | No | No sample value for this parameter. | host asset UUID. |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the number of pages currently returned. default value: 1 |
Extend | BODY | string | No | No sample value for this parameter. | Whether to use fuzzy matching search for User parameters, the value range: 1: indicates the use of 0: indicates that is not used |
TagIdListString | BODY | string | No | No sample value for this parameter. | host asset tag ID. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
GroupName | string | no demo value | user group information. |
IsRoot | string | no demo value | whether it is a Root permission account. |
User | string | no demo value | account name. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
LastLoginIp | string | no demo value | the IP used for the last login of the account. |
Ip | string | no demo value | host asset IP. |
Count | integer | no demo value | number of current page records. |
AccountsExpirationDate | string | no demo value | account expiration time. |
InstanceName | string | no demo value | host instance name. |
LastLoginTime | string | no demo value | the last login time of the account. |
TotalCount | integer | no demo value | total number of records returned. |
Uuid | string | no demo value | host asset UUID. |
CurrentPage | integer | no demo value | currently returns page number. |
Create | string | no demo value | information reporting time. |
PropertyUsers | array | no demo value | host user account details, see the following parameter description for specific sub-items. |
PasswordExpirationDate | string | no demo value | account password expiration time. |
Example
Successful Response example
{
"GroupName":"no demo value",
"IsRoot":"no demo value",
"User":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"LastLoginIp":"no demo value",
"Ip":"no demo value",
"Count":"no demo value",
"AccountsExpirationDate":"no demo value",
"InstanceName":"no demo value",
"LastLoginTime":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Create":"no demo value",
"PropertyUsers":"no demo value",
"PasswordExpirationDate":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}